From: Xiaofeng Wang Date: Thu, 2 Apr 2026 02:40:04 +0000 (+0800) Subject: ci: Install ca-certificates in Debian Testing pre-checkout setup X-Git-Tag: archive/raspbian/2026.2-1+rpi1~1^2~10^2^2~3^2~1 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=690e37400ecf4e9ba7629aa1b0403c8935f29e0b;p=ostree.git ci: Install ca-certificates in Debian Testing pre-checkout setup The debian:testing-slim image no longer includes ca-certificates by default, causing the GitHub Actions checkout step to fail with an SSL CA cert error when fetching the repository over HTTPS. Co-Authored-By: Claude Opus 4.6 Signed-off-by: Xiaofeng Wang --- diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index af83c014..25c88b3a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -164,7 +164,7 @@ jobs: container-options: --security-opt seccomp=unconfined pre-checkout-setup: | apt-get update - apt-get install -y git + apt-get install -y git ca-certificates extra-packages: >- libssl-dev configure-options: >-